dynamic$23402$ - translation to γερμανικά
Diclib.com
Διαδικτυακό λεξικό

dynamic$23402$ - translation to γερμανικά

Dynamic algorithm; Dynamic Algorithms; Dynamic problem

dynamic      
adj. dynamisch, energetisch
dynamic analysis         
METHOD OF ANALYSING THE IMPACT OF FISCAL POLICY CHANGES BY FORECASTING THE EFFECTS OF ECONOMIC AGENTS' REACTIONS TO INCENTIVES CREATED BY POLICY
Dynamic analysis
dynamische Analyse (Untersuchung von Variablen und Trends)
Fast Page Mode         
  • [[MoSys]] MDRAM MD908
  • accessdate=2022-03-09}}</ref> (lower edge, right of middle).
  • 1 Mbit high speed [[CMOS]] pseudo static RAM, made by [[Toshiba]]
  • NMOS]] DRAM cell. It was patented in 1968.
  • die]] of a Samsung DDR-SDRAM 64MBit package
  • Inside a Samsung GDDR3 256&nbsp;MBit package
  • A 512 MBit [[Qimonda]] GDDR3 SDRAM package
  • Writing to a DRAM cell
RANDOM-ACCESS MEMORY THAT STORES EACH BIT OF DATA IN A SEPARATE CAPACITOR WITHIN AN INTEGRATED CIRCUIT
DRAM (memory); Pseudostatic RAM; PSRAM; Pseudostatic Random Access Memory; Window RAM; Dynamic RAM; EDO RAM; Fast Page Mode DRAM; FPM RAM; FPM DRAM; Fast Page Mode RAM; BEDO (RAM); MDRAM; Row Access Strobe; Column Access Strobe; CAS access time; Precharge interval; Row address select; Column address select; 1T DRAM; DDRAM; D-RAM; EDO DRAM; Fast page mode; Page mode memory; Extended Data Out RAM; BEDO RAM; Burst EDO; Multibank DRAM; Intel 1102; Burst EDO DRAM; Memory Timing; Dynamic Random Access Memory; FPRAM; Dynamic random access memory; Extended data out DRAM; Extended Data Out DRAM; Dynamic Random access memory; Static column RAM; Memory row; DRAM row; Row activation; WRAM (memory); 1T1C; 1t1c; 3T1C; Page mode RAM; Page mode DRAM; DRAM; D. R. A. M.; D.R.A.M.; DRAM memory; Asynchronous DRAM; EDO memory; Fast page mode DRAM; Window DRAM; Video DRAM; Nibble mode; EDO SGRAM
Typ eines Direktzugriffsspeichers der schnellen Zugang in der aktuellen offenen Zeile zu Daten erlaubt (nach dem ersten Zugang zu einer Adresse besteht kein Bedarf nochmal diese Adresse anzusteuern)

Ορισμός

dynamic analysis
<programming> Evaluation of a program based on its execution. Dynamic analysis relies on executing a piece of software with selected test data. (1996-05-13)

Βικιπαίδεια

Dynamic problem (algorithms)

Dynamic problems in computational complexity theory are problems stated in terms of the changing input data. In the most general form a problem in this category is usually stated as follows:

  • Given a class of input objects, find efficient algorithms and data structures to answer a certain query about a set of input objects each time the input data is modified, i.e., objects are inserted or deleted.

Problems of this class have the following measures of complexity:

  • Space – the amount of memory space required to store the data structure;
  • Initialization time – time required for the initial construction of the data structure;
  • Insertion time – time required for the update of the data structure when one more input element is added;
  • Deletion time – time required for the update of the data structure when an input element is deleted;
  • Query time – time required to answer a query;
  • Other operations specific to the problem in question

The overall set of computations for a dynamic problem is called a dynamic algorithm.

Many algorithmic problems stated in terms of fixed input data (called static problems in this context and solved by static algorithms) have meaningful dynamic versions.